docs(README.md): Describe how to use PAT token#1085
docs(README.md): Describe how to use PAT token#1085csikb wants to merge 2 commits intosemantic-release:masterfrom
Conversation
Add detailed description on how to use PAT for Releases
|
Hi @babblebey, can I ask for a review and an approval for this PR? I was working with semantic release, and I think this information was really crucial for creating Releases on GitHub |
|
thanks for the feedback here, @csikb. these details about how the workflow token impacts things can be confusing, so i'm very open to improving our guidance. however, this pr currently differs from our current guidance on our documentation site: https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-your-repository this should only be an issue when using the git plugin, which we strongly discourage. when someone decides that is necessary, despite our guidance, there are multiple options. one is to provide a PAT to the checkout step so that it gets persisted through the process, like you've suggested. the other is to prevent the checkout credentials from being persisted, so the later provided token is able to be used. i think it would be best to be consistent in our documentation. could we instead link to the documentation site from here? if we think some clarification there would be helpful, i'm open to that, but i think centralizing to a single message is valuable. |
Add detailed description on how to use PAT for Releases
https://github.com/BSStudio/bss-web-admin-backend/actions/runs/17317813582/job/49164063483#step:5:16